Asset Color Property
data class AssetColorProperty(val property: String, val value: Color, val defaultValue: Color) : AssetProperty
A class that represents a color asset property.
Parameters
property
the name of the property.
value
the current value of the property.
default Value
the default value of the property if it is not set.